home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / phoa / phoa-setup-1.1.9.exe / {app} / phoa.exe / 0 / RCDATA / TDPICOPS / TDPICOPS.txt
Text File  |  2005-01-21  |  3KB  |  116 lines

  1. inherited dPicOps: TdPicOps
  2.   Left = 490
  3.   Top = 246
  4.   ActiveControl = cbOp
  5.   Caption = 'Picture operations'
  6.   ClientHeight = 433
  7.   ClientWidth = 399
  8.   OldCreateOrder = True
  9.   ShowHint = True
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   inherited bvBottom: TBevel
  13.     Top = 396
  14.     Width = 399
  15.   end
  16.   object lGroup: TLabel [1]
  17.     Left = 12
  18.     Top = 52
  19.     Width = 33
  20.     Height = 13
  21.     Caption = '&Group:'
  22.     FocusControl = tvGroups
  23.   end
  24.   object lOp: TLabel [2]
  25.     Left = 12
  26.     Top = 12
  27.     Width = 52
  28.     Height = 13
  29.     Caption = '&Operation:'
  30.     FocusControl = cbOp
  31.   end
  32.   inherited pButtonsBottom: TPanel
  33.     Top = 398
  34.     Width = 399
  35.     DesignSize = (
  36.       399
  37.       35)
  38.     inherited bCancel: TButton
  39.       Left = 239
  40.     end
  41.     inherited bOK: TButton
  42.       Left = 159
  43.     end
  44.     inherited bHelp: TButton
  45.       Left = 317
  46.     end
  47.   end
  48.   object cbOp: TComboBox
  49.     Left = 12
  50.     Top = 28
  51.     Width = 375
  52.     Height = 21
  53.     Style = csDropDownList
  54.     Anchors = [akLeft, akTop, akRight]
  55.     DropDownCount = 16
  56.     ItemHeight = 13
  57.     TabOrder = 1
  58.     OnChange = DlgDataChange
  59.     Items.Strings = (
  60.       'Move selected pictures to the group specified below'
  61.       'Copy selected pictures to the group specified below'
  62.       'Delete selected pictures from the group specified below'
  63.       
  64.         'Leave only selected pictures to the group specified below (inter' +
  65.         'sect)')
  66.   end
  67.   object tvGroups: TVirtualStringTree
  68.     Left = 12
  69.     Top = 68
  70.     Width = 375
  71.     Height = 315
  72.     Anchors = [akLeft, akTop, akRight, akBottom]
  73.     DefaultNodeHeight = 16
  74.     Header.AutoSizeIndex = 0
  75.     Header.Font.Charset = DEFAULT_CHARSET
  76.     Header.Font.Color = clWindowText
  77.     Header.Font.Height = -11
  78.     Header.Font.Name = 'Tahoma'
  79.     Header.Font.Style = []
  80.     Header.MainColumn = -1
  81.     Header.Options = [hoColumnResize, hoDrag]
  82.     Header.ParentFont = True
  83.     Images = fMain.ilActionsSmall
  84.     TabOrder = 2
  85.     TreeOptions.AnimationOptions = [toAnimatedToggle]
  86.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking, toAutoDeleteMovedNodes]
  87.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
  88.     TreeOptions.StringOptions = [toShowStaticText, toAutoAcceptEditChange]
  89.     OnBeforeItemErase = tvGroupsBeforeItemErase
  90.     OnChange = tvGroupsChange
  91.     OnFreeNode = tvGroupsFreeNode
  92.     OnGetText = tvGroupsGetText
  93.     OnPaintText = tvGroupsPaintText
  94.     OnGetImageIndex = tvGroupsGetImageIndex
  95.     OnGetHint = tvGroupsGetHint
  96.     OnInitNode = tvGroupsInitNode
  97.     Columns = <>
  98.     WideDefaultText = 'Photo Album'
  99.   end
  100.   object dklcMain: TDKLanguageController
  101.     IgnoreList.Strings = (
  102.       '*.Font.Name'
  103.       '*.SecondaryShortCuts')
  104.     Top = 400
  105.     LangData = {
  106.       0700645069634F7073010100000003000000070043617074696F6E0109000000
  107.       08006276426F74746F6D00000E0070427574746F6E73426F74746F6D00000700
  108.       6243616E63656C01010000000C000000070043617074696F6E000300624F4B01
  109.       010000000F000000070043617074696F6E0005006248656C7001010000001200
  110.       0000070043617074696F6E0006006C47726F7570010100000015000000070043
  111.       617074696F6E0003006C4F70010100000018000000070043617074696F6E0004
  112.       0063624F7001010000001D00000005004974656D73000800747647726F757073
  113.       0000}
  114.   end
  115. end
  116.